Conversation
72fcfc0 to
671a368
Compare
Kobzol
left a comment
There was a problem hiding this comment.
Thank you for working on this! :) I would like to avoid one big PR that will implement some super-duper UI at once, so let's first land the basic CLI interface, and just output a single useful piece of information (which compiler is faster on instruction counts on average, and by how much). Then you can improve the UI incrementally piece by piece.
|
To clarify: even though I suggested just to output a simple text line for simplicity, you can keep the table that you have right now, if you want. Although I suppose that soon it will be replaced by a more complex UI anyway. |
d20abeb to
a4a51f4
Compare
|
Thanks! I've fixed the requested changes. |
Kobzol
left a comment
There was a problem hiding this comment.
It's really cool to be able to just run a CLI command and instantly see the difference :) This is gonna be very useful. Left a few more comments.
10a6472 to
6bc5839
Compare
This comment was marked as outdated.
This comment was marked as outdated.
85f7578 to
0e04b34
Compare
0e04b34 to
383b3c2
Compare
3dc4ea8 to
9189a3a
Compare
Kobzol
left a comment
There was a problem hiding this comment.
Awesome. Tried it locally and it works great. Thank you!
I've implemented a small example command for comparing two artifacts. Currently, it only displays the range, mean, and count across all series. This is the first step towards #1734. I'm not sure if the way I'm collecting data is correct or not.